API Help
Eplan.EplApi.HEServices Namespace / DrawingService Class / CreateDisplayList Method / CreateDisplayList(StorableObject[]) Method
Objects to be drawn.

In This Topic
    CreateDisplayList(StorableObject[]) Method
    In This Topic
    Creates a display list for an array of StorableObjects.
    Syntax
    public void CreateDisplayList( 
       StorableObject[] objects
    )
    public:
    void CreateDisplayList( 
       array<StorableObject^>^ objects
    ) 

    Parameters

    objects
    Objects to be drawn.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    A null reference is passed to a parameter.
    An error occurred, when creating the display list.
    Remarks
    A display list is a set of graphical placements to be drawn
    See Also